diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 13:05:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-23 13:05:05 +0000 |
commit | 5dce77837fa1e3b4d49036ff694e3a41b0f61c71 (patch) | |
tree | 3cd93f7711872e55c8ef414f5090b55a48eb7a9d /target/linux | |
parent | be4be2d82aa45f85078863e027340ed4f7d64f09 (diff) | |
download | mtk-20170518-5dce77837fa1e3b4d49036ff694e3a41b0f61c71.zip mtk-20170518-5dce77837fa1e3b4d49036ff694e3a41b0f61c71.tar.gz mtk-20170518-5dce77837fa1e3b4d49036ff694e3a41b0f61c71.tar.bz2 |
ar71xx: image: use the new helpers for the ZyXEL images
SVN-Revision: 33260
Diffstat (limited to 'target/linux')
-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 49a608e..a8ac873 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -788,10 +788,7 @@ $(eval $(call MultiProfile,UBNT,UBNTAIRROUTER UBNTRS UBNTRSPRO UBNTLSSR71 UBNTBU $(eval $(call SingleProfile,Planex,$(fs_64k),MZKW04NU,mzk-w04nu,MZK-W04NU,ttyS0,115200)) $(eval $(call SingleProfile,Planex,$(fs_64k),MZKW300NH,mzk-w300nh,MZK-W300NH,ttyS0,115200)) -nbg460n_cmdline=board=NBG460N console=ttyS0,115200 -define Image/Build/Profile/NBG_460N_550N_550NH - $(call Image/Build/Template/$(fs_64k)/$(1),ZyXEL,nbg460n_550n_550nh,$(nbg460n_cmdline),NBG-460N) -endef +$(eval $(call SingleProfile,ZyXEL,$(fs_64k),NBG_460N_550N_550NH,nbg460n_550n_550nh,NBG460N,ttyS0,115200,NBG-460N)) $(eval $(call SingleProfile,OpenMesh,$(fs_squash),OM2P,om2p,OM2P)) |