diff options
author | John Crispin <john@openwrt.org> | 2011-07-03 17:38:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-03 17:38:11 +0000 |
commit | 43771202d35da68615a4af0743816aabe97a85e4 (patch) | |
tree | 8f97e9402a68032268cfe93b3189b6ed16c60bc5 /target/linux/lantiq/image/Makefile | |
parent | d43cbe24a5397078d936f85b2afed3b2490dfc2c (diff) | |
download | upstream-43771202d35da68615a4af0743816aabe97a85e4.tar.gz upstream-43771202d35da68615a4af0743816aabe97a85e4.tar.bz2 upstream-43771202d35da68615a4af0743816aabe97a85e4.zip |
update lantiq/falcon patches
SVN-Revision: 27406
Diffstat (limited to 'target/linux/lantiq/image/Makefile')
-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)) |