Skip to content

Commit 023db25

Browse files
committed
stupid mistake needs fix
1 parent a2f33d8 commit 023db25

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=usb-config-scripts
44
PKG_VERSION:=0.1.1
5-
PKG_RELEASE:=6
5+
PKG_RELEASE:=7
66

77
PKG_BUILD_DIR:=$(BUILD_DIR)/usb-config-scripts-$(PKG_VERSION)
88
PKG_SOURCE:=$(PKG_VERSION).tar.gz
@@ -44,9 +44,9 @@ define Package/usb-config-scripts-librarybox/postinst
4444
#!/bin/sh
4545
echo "Linking used modules"
4646
ln -s ../modules.available/10_openwrt_ssid.sh $$PKG_ROOT/opt/autocfg/modules.enabled
47-
ln -s ../modules.available/10_openwrt_txpower.sh $$PKG_ROOT/opt/autocfg/modules.enabled
48-
ln -s ../modules.available/10_openwrt_channel.sh $$PKG_ROOT/opt/autocfg/modules.enabled
49-
ln -s ../modules.available/10_openwrt_hostname.sh $$PKG_ROOT/opt/autocfg/modules.enabled
47+
ln -s ../modules.available/11_openwrt_txpower.sh $$PKG_ROOT/opt/autocfg/modules.enabled
48+
ln -s ../modules.available/12_openwrt_channel.sh $$PKG_ROOT/opt/autocfg/modules.enabled
49+
ln -s ../modules.available/13_openwrt_hostname.sh $$PKG_ROOT/opt/autocfg/modules.enabled
5050
ln -s ../modules.available/60_librarybox_ftp.sh $$PKG_ROOT/opt/autocfg/modules.enabled
5151
ln -s ../modules.available/60_librarybox_ftpadmin.sh $$PKG_ROOT/opt/autocfg/modules.enabled
5252
ln -s ../modules.available/60_librarybox_ftpanon.sh $$PKG_ROOT/opt/autocfg/modules.enabled

0 commit comments

Comments
 (0)