rename br2684.init to br2684.hotplug, normalize Makefile.
SVN-Revision: 3996
This commit is contained in:
parent
b418646d03
commit
adbb4c3e33
2 changed files with 16 additions and 15 deletions
|
@ -51,22 +51,23 @@ define Package/linux-atm/install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/br2684ctl/install
|
define Package/br2684ctl/install
|
||||||
|
install -d -m0755 $(1)/etc/hotplug.d/net
|
||||||
|
install -m0644 ./files/br2684.hotplug $(1)/etc/hotplug.d/net/30-br2684
|
||||||
install -d -m0755 $(1)/usr/sbin
|
install -d -m0755 $(1)/usr/sbin
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/br2684ctl $(1)/usr/sbin/
|
$(CP) $(PKG_INSTALL_DIR)/usr/sbin/br2684ctl $(1)/usr/sbin/
|
||||||
install -d -m0755 $(1)/etc/hotplug.d/net
|
|
||||||
install -m0644 ./files/br2684.init $(1)/etc/hotplug.d/net/30-br2684
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
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 $(STAGING_DIR)/usr/include/
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/atm{,d,sap}.h \
|
||||||
|
$(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*} $(STAGING_DIR)/usr/lib/
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libatm.{a,so*} \
|
||||||
|
$(STAGING_DIR)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/UninstallDev
|
define Build/UninstallDev
|
||||||
rm -rf \
|
rm -rf $(STAGING_DIR)/usr/include/atm{,d,sap}.h \
|
||||||
$(STAGING_DIR)/usr/include/atm{,d,sap}.h \
|
|
||||||
$(STAGING_DIR)/usr/lib/libatm.{a,so*}
|
$(STAGING_DIR)/usr/lib/libatm.{a,so*}
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue