X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Flinux-atm%2FMakefile;h=4edd362710821916e35191a0ddabd213de005b42;hp=3fe9dd0c9deb47f5d4f7d1168bdfeb04ce50e4d0;hb=ef9f42ffcd4e9cfe626b44eee5bb0c7a06c50c00;hpb=f7d24abb5abf092acb16a256df49780f70ea0b17 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. \