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 | be0f020ef15284ce31323977a1c521d90959ec66 (patch) | |
tree | d53e2f39390700f8c8b55bd3e047623e762ec347 /package/linux-atm/Makefile | |
parent | 340bb8ff7a206006c9b21f875e238614caef7d22 (diff) | |
download | upstream-be0f020ef15284ce31323977a1c521d90959ec66.tar.gz upstream-be0f020ef15284ce31323977a1c521d90959ec66.tar.bz2 upstream-be0f020ef15284ce31323977a1c521d90959ec66.zip |
[package] linux-atm: remove defunct ipoa protocol support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32504 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 b6b252d143..1ac0a219a2 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 |