package: procd: Bug fix for case when kernel cmdline="console=null". In this case, the message is displayed in procd log: failed to set stdio: No such device and the working directory for the procd re

2020-06-27 Thread adron
From: Sergey Sergeev Signed-off-by: Sergey Sergeev --- package/system/procd/patches/001-fix_null_console_bug.patch | 12 1 file changed, 12 insertions(+) create mode 100644 package/system/procd/patches/001-fix_null_console_bug.patch diff --git a/package/system/procd/patches/001-f

[OpenWrt-Devel] [PATCH] ar71xx: add Mikrotik rb941-2nd support

2016-05-15 Thread adron
From: Sergey Sergeev This patch adds support for the Mikrotik rb941-2nd. https://wiki.openwrt.org/toh/mikrotik/rb941_2nd Signed-off-by: Sergey Sergeev --- include/image.mk | 7 + target/linux/ar71xx/base-files/etc/board.d/01_leds | 4 + .../linux/ar71xx/ba

[OpenWrt-Devel] [PATCH] ar71xx: tools/kernel2minor. Remove kernel2mikrotikyaffs2 section from Target Images submenu.

2016-05-15 Thread adron
From: Sergey Sergeev It is no longer necessary because now to get mikrotik's yaffs2 kernel image we using KERNEL := ... | kernel2mikor ... in target/linux/ar71xx/image/Makefile -> Device/rb-... section. Signed-off-by: Sergey Sergeev --- config/Config-images.in| 31 ---

[OpenWrt-Devel] [PATCH] ar71xx: add Mikrotik's yaffs2 file system support.

2016-05-05 Thread adron
software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# +include $(TOPDIR)/rules.mk + +PKG_NAME:=kernel2minor +PKG_VERSION:=0.03 +PKG_RELEASE:=1 + +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=https://github.com/adron-s/kernel2mino

[OpenWrt-Devel] [PATCH] ar71xx: add tools/kernel2minor package for Mikrotik NOR flash devices.

2016-04-18 Thread adron
ERSION).tar.xz +PKG_SOURCE_URL:=https://github.com/adron-s/kernel2minor.git +PKG_SOURCE_PROTO:=git +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_SOURCE_VERSION:=8d59a129acb5663e130a002e47ba2e05d7e29c57 + +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) + +include $(INCLUDE_DIR)/host-b