Browse Source

pkgsel: implemented DHCP=udhcp using busybox's udhcpc

legacy/next/gcc
Alejandro Mery 16 years ago
parent
commit
d38975811e
3 changed files with 8 additions and 3 deletions
  1. +2
    -1
      pkg_conf/busybox.conf
  2. +4
    -0
      pkg_conf/busybox/udhcpc.config
  3. +2
    -2
      pkgsel.d/Base/Networking/DHCP.udhcp.choice

+ 2
- 1
pkg_conf/busybox.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkg_conf/busybox.conf
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
@ -40,6 +40,7 @@ embedded)
esac
[ "$SDECFG_TRG_MNEMOSYNE_EMBEDDED_INIT" = 1 ] && bb_mnemosyne_append init
[ "$SDECFG_TRG_MNEMOSYNE_DHCP" = "udhcp" ] && bb_mnemosyne_append udhcpc
pkginstalled util-linux util-linux-ng || bb_mnemosyne_append util-linux

+ 4
- 0
pkg_conf/busybox/udhcpc.config

@ -0,0 +1,4 @@
X CONFIG_APP_UDHCPC
# these are the defaults, but our buggy config system destroy them
X CONFIG_UDHCPC_DEFAULT_SCRIPT "/usr/share/udhcpc/default.script"

+ 2
- 2
pkgsel.d/Base/Networking/DHCP.udhcp.choice

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: target/mnemosyne/pkgsel.d/Base/Networking/DHCP.udhcp.choice
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
# Copyright (C) 2002 - 2006 Alejandro Mery
#
# More information can be found in the files COPYING and README.
@ -13,6 +13,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#Description: DHCP Client (BBs udhcpc)
#Description: uDHCP Client (BusyBox)
#Dependencies: NETADMIN
#Default: udhcp

Loading…
Cancel
Save