Add Id tag

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1408 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2005-07-11 19:07:28 +00:00
parent d622a5f11e
commit f7849e2020
1 changed files with 2 additions and 1 deletions

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)