diff options
author | John Crispin <blogic@openwrt.org> | 2012-03-25 08:51:13 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-03-25 08:51:13 +0000 |
commit | 5b7d34454ea6ca8266323fdc5907967e997d54ab (patch) | |
tree | c39fa5917639600c0168f3e82f53a67c1711e475 /package/uboot-lantiq/patches | |
parent | bd7b80f43c4acae58af48234337c037bddebc2c1 (diff) | |
download | upstream-5b7d34454ea6ca8266323fdc5907967e997d54ab.tar.gz upstream-5b7d34454ea6ca8266323fdc5907967e997d54ab.tar.bz2 upstream-5b7d34454ea6ca8266323fdc5907967e997d54ab.zip |
[uboot-lantiq] adds ARV4519PW/ARV7519PW
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31069 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq/patches')
-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)) |