author | kergoth <kergoth> | 2002-10-17 03:46:39 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-10-17 03:46:39 (UTC) |
commit | 11cde43ced1c85ad350cd32ca72b75dcfbce5fce (patch) (side-by-side diff) | |
tree | 6a0a431de330ebb3fcd672b4480844245b6eaab2 /Makefile | |
parent | 5b24db593c51fe2c548b8e343170ac9dbf78fc58 (diff) | |
download | opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.zip opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.tar.gz opie-11cde43ced1c85ad350cd32ca72b75dcfbce5fce.tar.bz2 |
New network setup app now in root Makefile per max's suggestion. Ben meyer wrote it, much improved, though lacks some features. Also, needs an icon.
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -20,4 +20,5 @@ APPLETS= core/applets/batteryapplet core/applets/batteryapplet-ipaq \ core/applets/vmemo noncore/net/netsetup/dialup \ noncore/net/netsetup/lan \ + noncore/net/networksetup/wlan \ noncore/applets/wirelessapplet noncore/applets/notesapplet @@ -83,5 +84,6 @@ NONAPPS = noncore/apps/opie-sheet noncore/apps/tableviewer \ noncore/apps/sysinfo noncore/net/opieirc noncore/apps/aqpkg \ -NONNET = noncore/net/netsetup noncore/net/opieftp \ +NONNET = noncore/net/netsetup noncore/net/networksetup \ + noncore/net/opieftp \ noncore/mail |