summaryrefslogtreecommitdiff
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
commitadba04e53f934fda623c7c1ef180653c7d907b2b (patch)
tree376118dfe06ec98265383936bdbb4d8aba5937b2 /package/system/procd/Makefile
parent0f0f250b66aa35d1df69d6b3040c10b298e60e8e (diff)
downloadmtk-20170518-adba04e53f934fda623c7c1ef180653c7d907b2b.zip
mtk-20170518-adba04e53f934fda623c7c1ef180653c7d907b2b.tar.gz
mtk-20170518-adba04e53f934fda623c7c1ef180653c7d907b2b.tar.bz2
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> SVN-Revision: 37451
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 014e01c..0c5a34c 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