File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22CONFIG_TARGET_ar71xx_mikrotik=y
33CONFIG_TARGET_DEVICE_ar71xx_mikrotik_DEVICE_nand-large=y
44CONFIG_PACKAGE_loee-VPU=y
5+ CONFIG_PACKAGE_runit=y
56
67CONFIG_TARGET_ar71xx=y
78CONFIG_TARGET_DEVICE_PACKAGES_ar71xx_mikrotik_DEVICE_nand-large=""
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ PKG_RELEASE:=1
88PKG_SOURCE_PROTO: =git
99# PKG_SOURCE:=runit-$(PKG_VERSION).tar.gz
1010PKG_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
1414include $(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
You can’t perform that action at this time.
0 commit comments