Skip to content

Commit fef9be2

Browse files
author
Łukasz Róg
committed
Added standalone runit to config-VPU.seed (vending)
refs T8021
1 parent f9e7c3b commit fef9be2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

config-VPU.seed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
CONFIG_TARGET_ar71xx_mikrotik=y
33
CONFIG_TARGET_DEVICE_ar71xx_mikrotik_DEVICE_nand-large=y
44
CONFIG_PACKAGE_loee-VPU=y
5+
CONFIG_PACKAGE_runit=y
56

67
CONFIG_TARGET_ar71xx=y
78
CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_mikrotik_DEVICE_nand-large=""

package/runit/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PKG_RELEASE:=1
88
PKG_SOURCE_PROTO:=git
99
#PKG_SOURCE:=runit-$(PKG_VERSION).tar.gz
1010
PKG_SOURCE_URL:=ssh://git@ph.marketlab.pl/diffusion/113/runit.git
11-
PKG_SOURCE_VERSION:=f0ea165b618418f8b1047a1830fcd67dd3423855
11+
PKG_SOURCE_VERSION:=cf01a5590157772d885b47747d1df0e15003b192
1212
#PKG_HASH:=6fd0160cb0cf1207de4e66754b6d39750cff14bb0aa66ab49490992c0c47ba18
1313

1414
include $(INCLUDE_DIR)/package.mk
@@ -36,6 +36,7 @@ define Build/Prepare
3636
#rm $(PKG_BUILD_DIR)/admin/runit-2.1.2/src/conf-cc
3737
echo "$(TARGET_CC) $(TARGET_CFLAGS)" > $(PKG_BUILD_DIR)/src/conf-cc
3838
echo "$(TARGET_CC) $(TARGET_LDFLAGS)" > $(PKG_BUILD_DIR)/src/conf-ld
39+
sed -i "s/'ar/'$(TARGET_AR)/;s/'ranlib/'$(TARGET_RANLIB)/" $(PKG_BUILD_DIR)/src/print-ar.sh
3940
#line below prevents removing 'try' executables that determine header config macros. Usefull when working with new OS
4041
#sed -i '16d' $(PKG_BUILD_DIR)/admin/runit-2.1.2/src/choose.sh
4142

0 commit comments

Comments
 (0)