aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/procd/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-07-19 17:12:44 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-07-19 17:12:44 +0000
commitb3cc355d2dd4cdbfa49043addb1d82c7a1a033d1 (patch)
treed92fa36ea866e1eb110b94b06304e44400b4e07e /package/system/procd/Makefile
parent2c21276af1e1a47576791576acd082a70cc0560a (diff)
downloadmaster-187ad058-b3cc355d2dd4cdbfa49043addb1d82c7a1a033d1.tar.gz
master-187ad058-b3cc355d2dd4cdbfa49043addb1d82c7a1a033d1.tar.bz2
master-187ad058-b3cc355d2dd4cdbfa49043addb1d82c7a1a033d1.zip
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 <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37451 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system/procd/Makefile')
-rw-r--r--package/system/procd/Makefile2
1 files changed, 1 insertions, 1 deletions
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