1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:43:16 +03:00

standardize Makefile, remove useless ipkg and Config.in

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2006-09-23 12:24:07 +00:00
parent 77c8c4e32c
commit 6cce178336
3 changed files with 4 additions and 22 deletions

View File

@ -1,9 +0,0 @@
config BR2_PACKAGE_ARPTABLES
prompt "arptables......................... ARP firewall administration utility"
tristate
default m if CONFIG_DEVEL
help
ARP Firewalling (arptables)
http://ebtables.sourceforge.net/

View File

@ -10,14 +10,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=arptables
PKG_VERSION:=0.0.3
PKG_RELEASE:=1
PKG_MD5SUM:=1672244603c8979577aa4738be35a759
PKG_SOURCE_URL:=@SF/ebtables
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/ebtables
PKG_MD5SUM:=1672244603c8979577aa4738be35a759
PKG_CAT:=zcat
include $(INCLUDE_DIR)/package.mk
@ -25,13 +23,10 @@ define Package/arptables
SECTION:=net
CATEGORY:=Network
TITLE:=ARP firewalling software
DESCRIPTION:=ARP firewalling software
URL:=http://ebtables.sourceforge.net
endef
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
COPT_FLAGS="$(TARGET_CFLAGS)" \

View File

@ -1,4 +0,0 @@
Package: arptables
Priority: optional
Section: net
Description: ARP firewalling software