1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

Add Id tag

SVN-Revision: 1408
This commit is contained in:
Nicolas Thill 2005-07-11 19:07:28 +00:00
parent 3e9106a138
commit f137e42da7

@ -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)