diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 19:58:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-24 19:58:14 +0000 |
commit | b401d50c8b3b367ea61af8fdf2ce44440a51a3a8 (patch) | |
tree | 2127b232ba8b642de1105e7cc7f0d1c60563c4bf /openwrt/package/Config.in | |
parent | 29313d8ecfcd32a92d5e3501baf3036c863ff91a (diff) |
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/Config.in')
-rw-r--r-- | openwrt/package/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 52c98588a..93e55e73a 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -98,7 +98,7 @@ source "package/wol/Config.in" source "package/wpa_supplicant/Config.in" source "package/wput/Config.in" source "package/xinetd/Config.in" -source "target/linux/package/wificonf/Config.in" +source "package/wificonf/Config.in" comment "Libraries" source "package/glib/Config.in" |