diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-24 08:41:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-24 08:41:58 +0000 |
commit | f3c5779080202d51dc310201253eb20149c50c83 (patch) | |
tree | 8006e03ab296963a06546d214e9f1667a124846d /target/linux/x86/geos | |
parent | 6d14097297fa7de59b301c40a22689bca3cda77f (diff) | |
download | upstream-f3c5779080202d51dc310201253eb20149c50c83.tar.gz upstream-f3c5779080202d51dc310201253eb20149c50c83.tar.bz2 upstream-f3c5779080202d51dc310201253eb20149c50c83.zip |
geos: include pppstats and pppdump in default packaging
As the Geos box includes an ADSL modem that's targeted towards PPPoE, PPPoA, and bridged utilization, including these useful tools allows for easier configuration and troubleshooting.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27743 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/geos')
-rw-r--r-- | target/linux/x86/geos/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index 466e4ee016..c601c27897 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -17,6 +17,7 @@ DEFAULT_PACKAGES += \ kmod-ath kmod-ath5k kmod-ath9k \ kmod-cpu-msr \ soloscli linux-atm br2684ctl bridge ppp ppp-mod-pppoa \ + pppdump pppstats \ libopenssl ocf-crypto-headers zlib hwclock hostapd \ flashrom |