Skip to content

Commit

Permalink
enigma2 removed, for enigma2 build buildsystem-ddt-old use, or https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWiesel committed Dec 1, 2017
1 parent 8d225d6 commit 75ccdd0
Show file tree
Hide file tree
Showing 312 changed files with 23 additions and 182,757 deletions.
13 changes: 2 additions & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ ifeq ($(IMAGE), $(filter $(IMAGE), neutrino neutrino-wlandriver))
@echo "LOCAL_NEUTRINO_BUILD_OPTIONS : $(LOCAL_NEUTRINO_BUILD_OPTIONS)"
@echo "LOCAL_NEUTRINO_CFLAGS : $(LOCAL_NEUTRINO_CFLAGS)"
@echo "LOCAL_NEUTRINO_DEPS : $(LOCAL_NEUTRINO_DEPS)"
else ifeq ($(IMAGE), $(filter $(IMAGE), enigma2 enigma2-wlandriver))
@echo "LOCAL_ENIGMA2_BUILD_OPTIONS : $(LOCAL_ENIGMA2_BUILD_OPTIONS)"
@echo "LOCAL_ENIGMA2_CPPFLAGS : $(LOCAL_ENIGMA2_CPPFLAGS)"
@echo "LOCAL_ENIGMA2_DEPS : $(LOCAL_ENIGMA2_DEPS)"
endif
@echo '================================================================================'
@echo ""
Expand All @@ -69,7 +65,6 @@ ifeq ($(MAINTAINER),)
@echo "##########################################################################"
@echo
endif

@if ! test -e $(BASE_DIR)/config; then \
echo;echo "If you want to create or modify the configuration, run './make.sh'"; \
echo; fi
Expand All @@ -96,19 +91,15 @@ ifeq ($(BOXARCH), sh4)
include make/linux-kernel-sh4.mk
include make/crosstool-sh4.mk
include make/driver-sh4.mk
include make/gstreamer-sh4.mk
else
include make/linux-kernel-arm.mk
include make/crosstool-arm.mk
include make/driver-arm.mk
include make/gstreamer-arm.mk
endif
include make/gstreamer.mk
include make/root-etc.mk
include make/python.mk
include make/tools.mk
include make/enigma2.mk
include make/enigma2-plugins.mk
include make/enigma2-release.mk
include make/neutrino.mk
include make/neutrino-plugins.mk
include make/neutrino-release.mk
Expand Down Expand Up @@ -184,7 +175,7 @@ everything: $(shell sed -n 's/^\$$.D.\/\(.*\):.*/\1/p' make/*.mk)
# print all present targets...
print-targets:
@sed -n 's/^\$$.D.\/\(.*\):.*/\1/p; s/^\([a-z].*\):\( \|$$\).*/\1/p;' \
`ls -1 make/*.mk|grep -v make/buildenv.mk|grep -v make/neutrino-release.mk|grep -v make/enigma2-release.mk` | \
`ls -1 make/*.mk|grep -v make/buildenv.mk|grep -v make/neutrino-release.mk` | \
sort -u | fold -s -w 65

# for local extensions, e.g. special plugins or similar...
Expand Down

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Patches/build-enigma2/linux-ftdi_sio.c_stm24_0209.patch

This file was deleted.

1 change: 0 additions & 1 deletion Patches/build-enigma2/linux-ftdi_sio.c_stm24_0217.patch

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion Patches/build-enigma2/linux-net_stm24.patch

This file was deleted.

This file was deleted.

Loading

0 comments on commit 75ccdd0

Please sign in to comment.