diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-31 11:29:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-31 11:29:04 +0100 |
commit | 0d9e15f4338505fa10d67aa995a00b2a45d201ce (patch) | |
tree | c9c932516e855a8763dc83f634d63ef0c3801153 /package/asterisk/Makefile | |
parent | 026459174c428d1262fc210df6a9a0dc2e1a0e77 (diff) |
reworking startup using devtmpfs
After this change it is not needed to create
console, tty and null device nodes for nfsroot boot.
Diffstat (limited to 'package/asterisk/Makefile')
-rw-r--r-- | package/asterisk/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index c66f4c7e5..2a9fa679e 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -24,7 +24,6 @@ PKG_SITES:= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ PKG_TARGET_DEPENDS:= !foxboard -#PKG_DEPENDS_MAIN:= asterisk PKG_DESCR_CHAN_MGCP:= Media Gateway Control Protocol implementation PKG_DESCR_CHAN_SKINNY:= Skinny Client Control Protocol implementation PKG_DESCR_CHAN_IAX2:= Support for the Inter Asterisk Protocol |