1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 15:25:06 +03:00

Add Id tag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1408 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-07-11 19:07:28 +00:00
parent 18f226c83f
commit 21061434be

View File

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=bwm
@ -26,4 +28,3 @@ $(IPKG_BWM):
install -m 755 $(PKG_BUILD_DIR)/$(PKG_NAME) $(IDIR_BWM)/usr/bin/
$(STRIP) $(IDIR_BWM)/usr/bin/*
$(IPKG_BUILD) $(IDIR_BWM) $(PACKAGE_DIR)