diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-08-27 18:33:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-08-27 18:33:05 +0000 |
commit | 7c5adf45d807eff803c618d58cd85fa94e7c1881 (patch) | |
tree | 2cb47e239a484d1578b45a63b8c97e160f26096b /target/linux/adm5120/router_le/profiles | |
parent | 44382e0f8b45c0da3fca8108f93bb2bcdf17d3d1 (diff) | |
download | upstream-7c5adf45d807eff803c618d58cd85fa94e7c1881.tar.gz upstream-7c5adf45d807eff803c618d58cd85fa94e7c1881.tar.bz2 upstream-7c5adf45d807eff803c618d58cd85fa94e7c1881.zip |
[adm5120] generate images for the EASY 5120P-ATA board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12405 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/router_le/profiles')
-rw-r--r-- | target/linux/adm5120/router_le/profiles/Infineon.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/adm5120/router_le/profiles/Infineon.mk b/target/linux/adm5120/router_le/profiles/Infineon.mk index 3f207d4f52..d650406b78 100644 --- a/target/linux/adm5120/router_le/profiles/Infineon.mk +++ b/target/linux/adm5120/router_le/profiles/Infineon.mk @@ -15,3 +15,13 @@ define Profile/EASY5120RT/Description endef $(eval $(call Profile,EASY5120RT)) + +define Profile/EASY5120PATA + NAME:=Infineon EASY 5120P-ATA Reference Board +endef + +define Profile/EASY5120RT/Description + Package set optimized for the Infineon EASY 5120P-ATA Reference Board +endef + +$(eval $(call Profile,EASY5120PATA)) |