diff options
author | John Crispin <john@openwrt.org> | 2012-03-25 08:51:13 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-03-25 08:51:13 +0000 |
commit | 0dd64c552d56d1d85e74a4adb54795eae7df0dcd (patch) | |
tree | 0724537dc4861ce64992618b1ce12a3f8b61fe53 /package/uboot-lantiq/patches/300-arcadyan.patch | |
parent | 2ad89262d0cb24a5bc5a0649f855fca1d69d7f3d (diff) | |
download | upstream-0dd64c552d56d1d85e74a4adb54795eae7df0dcd.tar.gz upstream-0dd64c552d56d1d85e74a4adb54795eae7df0dcd.tar.bz2 upstream-0dd64c552d56d1d85e74a4adb54795eae7df0dcd.zip |
adds ARV4519PW/ARV7519PW
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 31069
Diffstat (limited to 'package/uboot-lantiq/patches/300-arcadyan.patch')
-rw-r--r-- | package/uboot-lantiq/patches/300-arcadyan.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/uboot-lantiq/patches/300-arcadyan.patch b/package/uboot-lantiq/patches/300-arcadyan.patch index b98e86dc60..a91ac589f9 100644 --- a/package/uboot-lantiq/patches/300-arcadyan.patch +++ b/package/uboot-lantiq/patches/300-arcadyan.patch @@ -39,7 +39,7 @@ SRCS := $(COBJS:.o=.c) --- a/Makefile +++ b/Makefile -@@ -3414,6 +3414,41 @@ +@@ -3414,6 +3414,42 @@ ## MIPS32 ifxcpe ######################################################################### @@ -73,6 +73,7 @@ +$(eval $(call arcadyan, arv4525PW%config)) +$(eval $(call arcadyan, arv4510PW%config)) +$(eval $(call arcadyan, arv4518PW%config)) ++$(eval $(call arcadyan, arv4519PW%config)) +$(eval $(call arcadyan, arv7518PW%config)) +$(eval $(call arcadyan, arv7525PW%config)) +$(eval $(call arcadyan, arv752DPW%config)) |