diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-11 11:40:44 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-11 11:40:44 +0000 |
commit | c867d4d22e23f854ed5e78ae2a5e97991c72dede (patch) | |
tree | 31c305cf5e86a598d5e1b1ad5cc18bf91f417bfe /openwrt/package/wondershaper/Makefile | |
parent | 9c145d892b8497e66edec9581b84af1ddf52daae (diff) |
ln -sf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1901 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/wondershaper/Makefile')
-rw-r--r-- | openwrt/package/wondershaper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wondershaper/Makefile b/openwrt/package/wondershaper/Makefile index b4cea59777..af441388b1 100644 --- a/openwrt/package/wondershaper/Makefile +++ b/openwrt/package/wondershaper/Makefile @@ -30,6 +30,6 @@ $(IPKG_WONDERSHAPER): install -d -m0755 $(IDIR_WONDERSHAPER)/etc/init.d cp -fpR $(PKG_BUILD_DIR)/wshaper.htb $(IDIR_WONDERSHAPER)/usr/sbin/wshaper cp -fpR $(PKG_BUILD_DIR)/wshaper.conf $(IDIR_WONDERSHAPER)/etc/wshaper.conf - ln -s /usr/sbin/wshaper $(IDIR_WONDERSHAPER)/etc/init.d/S60wondershaper + ln -fs /usr/sbin/wshaper $(IDIR_WONDERSHAPER)/etc/init.d/S60wondershaper $(IPKG_BUILD) $(IDIR_WONDERSHAPER) $(PACKAGE_DIR) |