aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-07-11 19:07:28 +0000
committerNicolas Thill <nico@openwrt.org>2005-07-11 19:07:28 +0000
commitf7849e2020c813d2f5f521c7071bc3f1a48555f8 (patch)
tree41a2df8420a59e40d108a9b5781551a2e7b98a87
parentd622a5f11e176c625076944a6f5ee33fb88ca2a5 (diff)
downloadupstream-f7849e2020c813d2f5f521c7071bc3f1a48555f8.tar.gz
upstream-f7849e2020c813d2f5f521c7071bc3f1a48555f8.tar.bz2
upstream-f7849e2020c813d2f5f521c7071bc3f1a48555f8.zip
Add Id tag
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1408 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/bwm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/bwm/Makefile b/package/bwm/Makefile
index 1d615ec12f..6acdd0be6e 100644
--- a/package/bwm/Makefile
+++ b/package/bwm/Makefile
@@ -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)
-