diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-04-20 15:11:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-04-20 15:11:18 +0000 |
commit | 7d93276afa098f1ac84834d0fa16353889200431 (patch) | |
tree | b878aa207451c24e8b43ca1e792dfa37e76e27fe /package/linux-atm/Makefile | |
parent | b6efa562bf47b5d560519148449e449d2761e903 (diff) | |
download | master-187ad058-7d93276afa098f1ac84834d0fa16353889200431.tar.gz master-187ad058-7d93276afa098f1ac84834d0fa16353889200431.tar.bz2 master-187ad058-7d93276afa098f1ac84834d0fa16353889200431.zip |
upgrade to new version of br2684ctl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7011 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux-atm/Makefile')
-rw-r--r-- | package/linux-atm/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 3fe9dd0c9d..4edd362710 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -31,16 +31,6 @@ define Package/linux-atm This package contains a library for accessing the Linux ATM subsystem. endef -define Package/br2684ctl - $(call Package/linux-atm/Default) - SECTION:=net - CATEGORY:=Network - DEPENDS:=+linux-atm - TITLE:=RFC2684 bridging utility - DESCRIPTION:=\ - This package contains an ATM RFC2684 bridging utility. -endef - define Build/Configure $(call Build/Configure/Default) # prevent autoheader invocation @@ -74,15 +64,7 @@ define Package/linux-atm/install cp -f $(PKG_INSTALL_DIR)/usr/lib/libatm.so.1 $(1)/usr/lib endef -define Package/br2684ctl/install - $(INSTALL_DIR) $(1)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/br2684ctl $(1)/usr/sbin/ - $(INSTALL_DIR) $(1)/etc/hotplug.d/net - $(INSTALL_DATA) ./files/br2684.hotplug $(1)/etc/hotplug.d/net/30-br2684 -endef - $(eval $(call BuildPackage,linux-atm)) -$(eval $(call BuildPackage,br2684ctl)) $(eval $(call RequireCommand,automake, \ $(PKG_NAME) requires automake. \ |