Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
f4bd511deeef2e53ae400e2689a97afdbfdb3b21
Arch-R/packages/network/install

14 lines
223 B
Plaintext
Raw Normal View History

initial import
2009-03-18 13:02:53 +01:00
#!/bin/sh
packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
. config/options $1
initial import
2009-03-18 13:02:53 +01:00
network: install connman, dont install indicator-network Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-23 13:14:00 +02:00
$SCRIPTS/install connman
network: install dropbear
2009-09-20 05:27:02 +02:00
$SCRIPTS/install dropbear
new package: add package 'ethtool', setup WOL on eth0 and eth1 Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-09-01 19:19:39 +02:00
$SCRIPTS/install ethtool
network: fix last commit (try 2) Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-12-10 05:42:18 +01:00
if [ "$NETMOUNT" = "yes" ]; then
$SCRIPTS/install netmount
fi
adding new package 'ppp' - many thanks to kaixinbird Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-17 08:44:38 +02:00
util-macros: updated to util-macros-1.9.0 Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-06-23 19:41:43 +02:00
#[ "$PPP_DAEMON" = yes ] && $SCRIPTS/install ppp
Reference in New Issue Copy Permalink
Powered by Gitea Page: 209ms Template: 13ms
English
English
Licenses API