diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 15:40:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-26 15:40:03 +0000 |
commit | 089a80ae5549a4e2cdc9a09d1da3f6ad507521d8 (patch) | |
tree | 7a045df3ba639c4eeeb1ee889fb4359a455eb7f8 /package/linux-atm/Makefile | |
parent | f2dde4f5ba51fed03823311f4638b5fc49bb2704 (diff) | |
download | mtk-20170518-089a80ae5549a4e2cdc9a09d1da3f6ad507521d8.zip mtk-20170518-089a80ae5549a4e2cdc9a09d1da3f6ad507521d8.tar.gz mtk-20170518-089a80ae5549a4e2cdc9a09d1da3f6ad507521d8.tar.bz2 |
linux-atm: remove defunct ipoa protocol support
SVN-Revision: 32504
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index b6b252d..1ac0a21 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -100,8 +100,6 @@ endef define Package/atm-tools/install $(INSTALL_DIR) $(1)/usr/sbin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/arpd/atmarp{,d} $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/lib/network - $(INSTALL_BIN) ./files/ipoa.sh $(1)/lib/network/ # #The following is disabled by default but still useful for some debugging |