mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
Change libpcap, uniformize package makefile, put control file in ./ipkg
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@683 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cfcad6a2be
commit
542ea9fa6f
@ -68,10 +68,10 @@ $(PKG_BUILD_DIR)/$(PKG_NAME): $(PKG_BUILD_DIR)/.configured
|
||||
CCOPT="$(TARGET_CFLAGS)" INCLS="-I. -I$(STAGING_DIR)/usr/include"
|
||||
|
||||
$(IPKG_TCPDUMP): $(PKG_BUILD_DIR)/$(PKG_NAME)
|
||||
$(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_TCPDUMP) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
|
||||
mkdir -p $(IDIR_TCPDUMP)/usr/sbin
|
||||
cp $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_TCPDUMP)/usr/sbin/
|
||||
$(STRIP) $(IDIR_TCPDUMP)/usr/sbin/*
|
||||
$(SCRIPT_DIR)/make-ipkg-dir.sh $(IDIR_TCPDUMP) ./ipkg/$(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
|
||||
install -m0755 -d $(IDIR_TCPDUMP)/usr/sbin
|
||||
install -m0755 $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_TCPDUMP)/usr/sbin/
|
||||
$(RSTRIP) $(IDIR_TCPDUMP)
|
||||
mkdir -p $(PACKAGE_DIR)
|
||||
$(IPKG_BUILD) $(IDIR_TCPDUMP) $(PACKAGE_DIR)
|
||||
|
||||
@ -84,4 +84,5 @@ compile: $(IPKG_TCPDUMP)
|
||||
install: $(INFO_TCPDUMP)
|
||||
|
||||
clean:
|
||||
rm -rf $(PKG_BUILD_DIR) $(IPKG_TCPDUMP)
|
||||
rm -rf $(PKG_BUILD_DIR)
|
||||
rm -rf $(IPKG_TCPDUMP)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user