mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-03-11 21:49:12 +02:00
rename br2684.init to br2684.hotplug, normalize Makefile.
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3996 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5ac8df09f8
commit
4e82307f74
@ -17,18 +17,18 @@ PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
|||||||
include $(TOPDIR)/package/rules.mk
|
include $(TOPDIR)/package/rules.mk
|
||||||
|
|
||||||
define Package/linux-atm
|
define Package/linux-atm
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=Linux ATM Library
|
TITLE:=Linux ATM Library
|
||||||
DESCRIPTION:=Library for accessing the Linux ATM subsystem
|
DESCRIPTION:=Library for accessing the Linux ATM subsystem
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/br2684ctl
|
define Package/br2684ctl
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=RFC2684 bridging
|
TITLE:=RFC2684 bridging
|
||||||
DEPENDS:=+linux-atm
|
DEPENDS:=+linux-atm
|
||||||
DESCRIPTION:=ATM RFC2684 bridging utility
|
DESCRIPTION:=ATM RFC2684 bridging utility
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
@ -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…
x
Reference in New Issue
Block a user