Add Id tag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1408 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Nicolas Thill 2005-07-11 19:07:28 +00:00
parent 030722f8de
commit 7753aaeade

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)