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
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
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 ---
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
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