diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:17:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:17:36 +0000 |
commit | a97a011e2cd210e8adb2c97c388b09b10afabc58 (patch) | |
tree | 0fe4c5905324696b840bc58211756c66cb6dacd7 /target/linux/ar71xx | |
parent | 2eb4b6c4ca57a9773a39877723b38daab9c60eac (diff) | |
download | master-187ad058-a97a011e2cd210e8adb2c97c388b09b10afabc58.tar.gz master-187ad058-a97a011e2cd210e8adb2c97c388b09b10afabc58.tar.bz2 master-187ad058-a97a011e2cd210e8adb2c97c388b09b10afabc58.zip |
ar71xx: image: use the new helpers for the DIR825B1 images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index ccf7f27db5..9c5580f30a 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -993,15 +993,8 @@ define Image/Build/Profile/WRT400N $(call Image/Build/Template/$(fs_64k)/$(1),WRT400N,wrt400n,$(wr400n_cmdline)) endef -dir825b1_cmdline=board=DIR-825-B1 console=ttyS0,115200 -define Image/Build/Profile/DIR825B1 - $(call Image/Build/Template/$(fs_64k)/$(1),DIR825B1,dir-825-b1,$(dir825b1_cmdline),01AP94-AR7161-RT-080619-00,00AP94-AR7161-RT-080619-00) -endef - -tew673gru_cmdline=board=TEW-673GRU console=ttyS0,115200 -define Image/Build/Profile/TEW673GRU - $(call Image/Build/Template/$(fs_64k)/$(1),DIR825B1,tew-673gru,$(tew673gru_cmdline),01AP94-AR7161-RT-080619-01,00AP94-AR7161-RT-080619-01) -endef +$(eval $(call SingleProfile,DIR825B1,$(fs_64k),DIR825B1,dir-825-b1,DIR-825-B1,ttyS0,115200,01AP94-AR7161-RT-080619-00,00AP94-AR7161-RT-080619-00)) +$(eval $(call SingleProfile,DIR825B1,$(fs_64k),TEW673GRU,tew-637gru,TEW-673GRU,ttyS0,115200,01AP94-AR7161-RT-080619-01,00AP94-AR7161-RT-080619-01)) $(eval $(call SingleProfile,CyberTAN,$(fs_64k),WRT160NL,wrt160nl,WRT160NL,ttyS0,115200,1.00.01)) |