diff options
author | John Crispin <john@openwrt.org> | 2011-07-17 19:27:34 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-17 19:27:34 +0000 |
commit | 4da4c491a6fc76f40022c96e2f142f8ed9656ab1 (patch) | |
tree | a19ae793abfd271e5d67a5abf9d0a96a96ac764e /package/uboot-lantiq/patches | |
parent | c0c7c82a2f9f9959c24563becba12c380294cded (diff) | |
download | upstream-4da4c491a6fc76f40022c96e2f142f8ed9656ab1.tar.gz upstream-4da4c491a6fc76f40022c96e2f142f8ed9656ab1.tar.bz2 upstream-4da4c491a6fc76f40022c96e2f142f8ed9656ab1.zip |
uboot-lantiq
fix arv752DPW and add arv7525PW
SVN-Revision: 27664
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 92a57a25ca..b98e86dc60 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,40 @@ +@@ -3414,6 +3414,41 @@ ## MIPS32 ifxcpe ######################################################################### @@ -74,6 +74,7 @@ +$(eval $(call arcadyan, arv4510PW%config)) +$(eval $(call arcadyan, arv4518PW%config)) +$(eval $(call arcadyan, arv7518PW%config)) ++$(eval $(call arcadyan, arv7525PW%config)) +$(eval $(call arcadyan, arv752DPW%config)) +$(eval $(call arcadyan, arv752DPW22%config)) + |