diff options
author | John Crispin <john@openwrt.org> | 2012-11-06 07:38:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-11-06 07:38:24 +0000 |
commit | 3a1851964e9b98af4318dd950b1037e1379d7915 (patch) | |
tree | 59ba6144cf0156d6c66e968e2ca8e6eb7a41aef5 /target/linux/lantiq/image | |
parent | d84fa1d9fa6e9d608be8a786fc6de8097bccd78d (diff) | |
download | upstream-3a1851964e9b98af4318dd950b1037e1379d7915.tar.gz upstream-3a1851964e9b98af4318dd950b1037e1379d7915.tar.bz2 upstream-3a1851964e9b98af4318dd950b1037e1379d7915.zip |
add support for arv7525
SVN-Revision: 34097
Diffstat (limited to 'target/linux/lantiq/image')
-rw-r--r-- | target/linux/lantiq/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index de5365e676..11374ef945 100644 --- a/target/linux/lantiq/image/Makefile +++ b/target/linux/lantiq/image/Makefile @@ -207,6 +207,9 @@ Image/Build/Profile/EASY80920-NAND=$(call Image/Build/$(1),$(1),EASY80920-NAND) Image/BuildKernel/Profile/EASY80920-NOR=$(call Image/BuildKernel/Template,EASY80920-NOR) Image/Build/Profile/EASY80920-NOR=$(call Image/Build/$(1),$(1),EASY80920-NOR) +Image/BuildKernel/Profile/ARV7525PW=$(call Image/BuildKernel/Template,ARV7525PW) +Image/Build/Profile/ARV7525PW=$(call Image/Build/$(1),$(1),ARV7525PW) + endif ifeq ($(CONFIG_TARGET_lantiq_vr9),y) |