diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:14:26 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 12:14:26 +0000 |
commit | 2eb4b6c4ca57a9773a39877723b38daab9c60eac (patch) | |
tree | 84381ddd6c4793e91c3cc57bf651b6aa81a8ec58 /target/linux/ar71xx/image | |
parent | fdcfc8c40a297a8aa9fac9aae06781c50520ff8e (diff) | |
download | master-187ad058-2eb4b6c4ca57a9773a39877723b38daab9c60eac.tar.gz master-187ad058-2eb4b6c4ca57a9773a39877723b38daab9c60eac.tar.bz2 master-187ad058-2eb4b6c4ca57a9773a39877723b38daab9c60eac.zip |
ar71xx: image: use the new helpers for the CyberTAN images
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33244 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index d546c3430a..ccf7f27db5 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -1003,10 +1003,7 @@ 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 -wrt160nl_cmdline=board=WRT160NL console=ttyS0,115200 -define Image/Build/Profile/WRT160NL - $(call Image/Build/Template/$(fs_64k)/$(1),CyberTAN,wrt160nl,$(wrt160nl_cmdline),1.00.01) -endef +$(eval $(call SingleProfile,CyberTAN,$(fs_64k),WRT160NL,wrt160nl,WRT160NL,ttyS0,115200,1.00.01)) whrg301n_cmdline=board=WHR-G301N console=ttyS0,115200 define Image/Build/Profile/WHRG301N |