diff options
author | John Crispin <john@openwrt.org> | 2011-07-06 10:36:47 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2011-07-06 10:36:47 +0000 |
commit | 8a5ec4142f3d5fad5f18d4e5c57c38a24708116f (patch) | |
tree | e23771b126aa7c7ada3b0e4df235de8101886136 /package/uboot-lantiq/Makefile | |
parent | b808c1bc03363e4c7e5be7b07e8ab8be550c6ba3 (diff) | |
download | upstream-8a5ec4142f3d5fad5f18d4e5c57c38a24708116f.tar.gz upstream-8a5ec4142f3d5fad5f18d4e5c57c38a24708116f.tar.bz2 upstream-8a5ec4142f3d5fad5f18d4e5c57c38a24708116f.zip |
add support for gigaset SX76X to uboot-lantiq
SVN-Revision: 27488
Diffstat (limited to 'package/uboot-lantiq/Makefile')
-rw-r--r-- | package/uboot-lantiq/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile index f13395f684..943132c60a 100644 --- a/package/uboot-lantiq/Makefile +++ b/package/uboot-lantiq/Makefile @@ -45,6 +45,9 @@ Package/uboot-lantiq-easy50812_DDR166M_ramboot=$(call Package/uboot-lantiq-templ DDR_CONFIG_easy50712_DDR166M_ramboot:=easy50712_DDR166M DDR_CONFIG_easy50812_DDR166M_ramboot:=easy50812 +#Siemens +Package/uboot-lantiq-gigaSX76X_DDRsamsung166=$(call Package/uboot-lantiq-template,gigaSX76X_DDRsamsung166,NOR) + #Arcadyan Package/uboot-lantiq-arv3527P_flash=$(call Package/uboot-lantiq-template,arv3527P_flash,NOR) Package/uboot-lantiq-arv3527P_ramboot=$(call Package/uboot-lantiq-template,arv3527P_ramboot,RAM) @@ -137,6 +140,7 @@ $(eval $(call BuildPackage,uboot-lantiq-easy50712_DDR166M)) $(eval $(call BuildPackage,uboot-lantiq-easy50712_DDR166M_ramboot)) $(eval $(call BuildPackage,uboot-lantiq-easy50812_DDR166M)) $(eval $(call BuildPackage,uboot-lantiq-easy50812_DDR166M_ramboot)) +$(eval $(call BuildPackage,uboot-lantiq-gigaSX76X_DDRsamsung166)) #$(eval $(call BuildPackage,uboot-lantiq-arv3527P_flash)) #$(eval $(call BuildPackage,uboot-lantiq-arv3527P_brnboot)) #$(eval $(call BuildPackage,uboot-lantiq-arv3527P_ramboot)) |