diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-24 19:58:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-24 19:58:14 +0000 |
commit | 910f49d7b9c08f9745bd5eb60cfb800c940899c3 (patch) | |
tree | 2127b232ba8b642de1105e7cc7f0d1c60563c4bf /openwrt/package/Config.in | |
parent | 725321d472f211acae0b67a1f041a7144a86fe9d (diff) | |
download | mtk-20170518-910f49d7b9c08f9745bd5eb60cfb800c940899c3.zip mtk-20170518-910f49d7b9c08f9745bd5eb60cfb800c940899c3.tar.gz mtk-20170518-910f49d7b9c08f9745bd5eb60cfb800c940899c3.tar.bz2 |
move wificonf and nvram stuff back to package/, remove build_mipsel/root, run install part of package/ for every board/kernel - fixes dependency mess
SVN-Revision: 1540
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 52c9858..93e55e7 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" |