Skip to content

Commit c42d089

Browse files
committed
aligning to usb-config-scripts 0.2.0
changed download url (src repro is now located at LibraryBox-Dev
1 parent 023db25 commit c42d089

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=usb-config-scripts
4-
PKG_VERSION:=0.1.1
4+
PKG_VERSION:=0.2.0
55
PKG_RELEASE:=7
66

77
PKG_BUILD_DIR:=$(BUILD_DIR)/usb-config-scripts-$(PKG_VERSION)
88
PKG_SOURCE:=$(PKG_VERSION).tar.gz
9-
PKG_SOURCE_URL:=https://github.com/MaStr/usb-config-scripts/archive/
10-
PKG_MD5SUM:=e119f6aa1cf53c73ae88b2b61cc61f60
9+
PKG_SOURCE_URL:=https://github.com/LibraryBox-Dev/usb-config-scripts/archive/
10+
PKG_MD5SUM:=f130d7dc8e31f71a5598fc1d8cf67ed1
1111
PKG_CAT:=zcat
1212

1313

@@ -52,6 +52,8 @@ define Package/usb-config-scripts-librarybox/postinst
5252
ln -s ../modules.available/60_librarybox_ftpanon.sh $$PKG_ROOT/opt/autocfg/modules.enabled
5353
ln -s ../modules.available/60_librarybox_ftpsync.sh $$PKG_ROOT/opt/autocfg/modules.enabled
5454
ln -s ../modules.available/60_librarybox_ftpsyncport.sh $$PKG_ROOT/opt/autocfg/modules.enabled
55+
ln -s ../modules.available/61_librarybox_shoutbox.sh $$PKG_ROOT/opt/autocfg/modules.enabled
56+
#- default piratebox
5557
ln -s ../modules.available/50_piratebox_hostname.sh $$PKG_ROOT/opt/autocfg/modules.enabled
5658
endef
5759

0 commit comments

Comments
 (0)