From b3cc355d2dd4cdbfa49043addb1d82c7a1a033d1 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 19 Jul 2013 17:12:44 +0000 Subject: procd: improve early console handling The malta target is broken since procd is used as init. The initramfs image boots fine, however the console is not working. Improve the early console handling to fix the problem. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37451 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/system/procd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/system/procd/Makefile') diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile index 014e01caf9..0c5a34cbb9 100644 --- a/package/system/procd/Makefile +++ b/package/system/procd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd PKG_VERSION:=2013-07-14 -PKG_RELEASE=$(PKG_SOURCE_VERSION) +PKG_RELEASE=$(PKG_SOURCE_VERSION)-1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git -- cgit v1.2.3