X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/640652a244c6916ea5c2a886c52d477d5742e0d8..0e9ca337996b5b4ef392bc92cde7f4bc9699b3ea:/package/linux-atm/Makefile?ds=sidebyside diff --git a/package/linux-atm/Makefile b/package/linux-atm/Makefile index 000ea5c70..4f9b4f612 100644 --- a/package/linux-atm/Makefile +++ b/package/linux-atm/Makefile @@ -41,6 +41,11 @@ define Package/atm-tools/description This package contains the Linux ATM tools. endef +define Build/Prepare + $(call Build/Prepare/Default) + $(INSTALL_BIN) $(SCRIPT_DIR)/config.sub $(SCRIPT_DIR)/config.guess $(PKG_BUILD_DIR)/ +endef + define Build/Configure $(call Build/Configure/Default) # prevent autoheader invocation @@ -62,11 +67,6 @@ ifneq ($(CONFIG_PACKAGE_linux-atm),) $(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \ $(1)/usr/lib/ endef - - define Build/UninstallDev - rm -rf $(1)/usr/include/atm{,d,sap}.h \ - $(1)/usr/lib/libatm.{a,so*} - endef endif define Package/linux-atm/install @@ -76,7 +76,7 @@ endef define Package/atm-tools/install $(INSTALL_DIR) $(1)/usr/sbin/ - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/ + $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/atmarp{,d} $(1)/usr/sbin/ $(INSTALL_DIR) $(1)/lib/network $(INSTALL_BIN) ./files/ipoa.sh $(1)/lib/network/ endef