diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-19 17:58:27 +0000 |
commit | d26e8d9439052ed8f433b6ffb15a5f0c54712121 (patch) | |
tree | cd6b1f6b93e55c3950f9794ae27a27804fb4588c /target/linux/ar71xx/image | |
parent | 0fc6755f66c842c2b25768bf954fdf60355c21e0 (diff) | |
download | mtk-20170518-d26e8d9439052ed8f433b6ffb15a5f0c54712121.zip mtk-20170518-d26e8d9439052ed8f433b6ffb15a5f0c54712121.tar.gz mtk-20170518-d26e8d9439052ed8f433b6ffb15a5f0c54712121.tar.bz2 |
Revert "ar71xx: Add support for Cisco-Linksys WAP4410N" (r46250)
The commit is incomplete, it does not even build the mach-* file
This reverts commit 6e6adcf7a197b1802cb728ddcccf05f890ca0574
SVN-Revision: 46425
Diffstat (limited to 'target/linux/ar71xx/image')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 77f3661..ec394dd 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -1256,8 +1256,6 @@ define Image/Build/WRT400N fi endef -Image/Build/WAP4410N/buildkernel=$(call MkuImageGzip,$(2),$(3)) -Image/Build/WAP4410N=$(call Sysupgrade/KRuImage,$(1),$(2),1638400,6356992) define Image/Build/CameoAP94/buildkernel $(call MkuImageLzma,$(2),$(3) $(4)) @@ -2164,7 +2162,6 @@ $(eval $(call SingleProfile,WHRHPG300N,64kraw,WHRHPGN,whr-hp-gn,WHR-HP-GN,ttyS0, $(eval $(call SingleProfile,WHRHPG300N,64kraw,WLAEAG300N,wlae-ag300n,WLAE-AG300N,ttyS0,115200,$$(whrhpg300n_mtdlayout),WLAE-AG300N)) $(eval $(call SingleProfile,WRT400N,64k,WRT400N,wrt400n,WRT400N,ttyS0,115200)) -$(eval $(call SingleProfile,WAP4410N,64k,WAP4410N,wap4410n,WAP4410N,ttyS0,115200)) $(eval $(call SingleProfile,WZRHP128K,128kraw,WZRHPG300NH,wzr-hp-g300nh,WZR-HP-G300NH,ttyS0,115200,WZR-HP-G300NH)) $(eval $(call SingleProfile,WZRHP64K,64kraw,WZRHPG300NH2,wzr-hp-g300nh2,WZR-HP-G300NH2,ttyS0,115200,WZR-HP-G300NH2)) |