diff options
author | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2011-07-03 17:38:11 +0000 |
commit | bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd (patch) | |
tree | eae1d95d33d77f54dac27149e793edfe38c6ef57 /target/linux/lantiq/image | |
parent | 3142770104aace7fdf988a21e884fd2d1a03f071 (diff) | |
download | upstream-bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd.tar.gz upstream-bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd.tar.bz2 upstream-bcbc1237cda80a8ccadc7c47033bcc16f6ddf7bd.zip |
update lantiq/falcon patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index 81291ccfda..b1ef0a5cde 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -190,7 +190,7 @@ define Image/Build/Profile/Generic endef endif -ifeq ($(CONFIG_TARGET_lantiq_falcon),y) +ifeq ($(CONFIG_TARGET_lantiq_falcon)$(CONFIG_TARGET_lantiq_falcon_stable),y) define Image/BuildKernel/Profile/Generic $(call Image/BuildKernel/Template,EASY98000,$(falcon_cmdline)) $(call Image/BuildKernel/Template,EASY98020,$(falcon_cmdline)) |