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:
Mike Baker
2006-05-10 19:06:22 +00:00
parent a9b90461eb
commit 4db966cb5e
52 changed files with 259 additions and 766 deletions

View File

@@ -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))