mirror of https://github.com/hak5/openwrt-owl.git
parent
b4142edc77
commit
059b0d3c54
|
@ -53,19 +53,21 @@ define Build/Compile
|
||||||
all install
|
all install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
ifneq ($(CONFIG_PACKAGE_linux-atm),)
|
||||||
|
define Build/InstallDev
|
||||||
mkdir -p $(STAGING_DIR)/usr/include
|
mkdir -p $(STAGING_DIR)/usr/include
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/atm{,d,sap}.h \
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/atm{,d,sap}.h \
|
||||||
$(STAGING_DIR)/usr/include/
|
$(STAGING_DIR)/usr/include/
|
||||||
mkdir -p $(STAGING_DIR)/usr/lib
|
mkdir -p $(STAGING_DIR)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \
|
||||||
$(STAGING_DIR)/usr/lib/
|
$(STAGING_DIR)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/UninstallDev
|
define Build/UninstallDev
|
||||||
rm -rf $(STAGING_DIR)/usr/include/atm{,d,sap}.h \
|
rm -rf $(STAGING_DIR)/usr/include/atm{,d,sap}.h \
|
||||||
$(STAGING_DIR)/usr/lib/libatm.{a,so*}
|
$(STAGING_DIR)/usr/lib/libatm.{a,so*}
|
||||||
endef
|
endef
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/linux-atm/install
|
define Package/linux-atm/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
|
Loading…
Reference in New Issue