diff options
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/bwm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/bwm/Makefile b/openwrt/package/bwm/Makefile index 1d615ec12f..6acdd0be6e 100644 --- a/openwrt/package/bwm/Makefile +++ b/openwrt/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) - |