mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Convert packages to new template
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3752 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -30,10 +30,8 @@ $(call Build/Configure/Default,--with-linux-headers=$(LINUX_DIR))
|
||||
endef
|
||||
|
||||
define Package/busybox/install
|
||||
mkdir -p $(IDIR_BRIDGE)/usr/sbin
|
||||
$(CP) $(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/
|
||||
$(STRIP) $(IDIR_BRIDGE)/usr/sbin/brctl
|
||||
$(IPKG_BUILD) $(IDIR_BRIDGE) $(PACKAGE_DIR)
|
||||
install -m0755 -d $(IDIR_DNSMASQ)/usr/sbin
|
||||
install -m0755 $(PKG_BUILD_DIR)/brctl/brctl $(IDIR_BRIDGE)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,bridge))
|
||||
|
||||
Reference in New Issue
Block a user