diff options
Diffstat (limited to 'target/device/Soekris/Makefile.in')
-rw-r--r-- | target/device/Soekris/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/device/Soekris/Makefile.in b/target/device/Soekris/Makefile.in index 55efdd38e..93b5f1018 100644 --- a/target/device/Soekris/Makefile.in +++ b/target/device/Soekris/Makefile.in @@ -4,9 +4,8 @@ UCLIBC_CONFIG_FILE:=target/device/Soekris/net4521/uClibc.config BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/Soekris/net4521/busybox.config ifeq ($(strip $(BR2_PACKAGE_LINUX)),y) -include target/device/Soekris/net4521/linux.mk TARGETS+=linux +include target/device/Soekris/net4521/linux.mk endif endif - |