Hi,

could I do something like this?

Index: Config.in
===================================================================
--- Config.in   (revision 2710)
+++ Config.in   (working copy)
@@ -33,14 +33,14 @@
        select FWRT_mipsel
        select FWRT_LINUX_2_4
        select FWRT_LINUX_2_4_BRCM
-       select FWRT_PACKAGE_KMOD_BROADCOM_WL
+       select FWRT_PACKAGE_KMOD_BROADCOM_WL if !FWRT_DEVEL
        select FWRT_PACKAGE_KMOD_BROADCOM_DIAG
        select FWRT_PACKAGE_KMOD_BROADCOM_SWITCH_CORE
        select FWRT_PACKAGE_KMOD_BROADCOM_SWITCH_ROBO
-       select FWRT_PACKAGE_KMOD_WLCOMPAT
+       select FWRT_PACKAGE_KMOD_WLCOMPAT if !FWRT_DEVEL
        select FWRT_PACKAGE_BROADCOM_NVRAM
-       select FWRT_PACKAGE_BROADCOM_WL_UTIL
-       select FWRT_PACKAGE_WIRELESS_TOOLS
+       select FWRT_PACKAGE_BROADCOM_WL_UTIL if !FWRT_DEVEL
+       select FWRT_PACKAGE_WIRELESS_TOOLS if !FWRT_DEVEL
        help
          Asus WL500g premium
 

I basically want people who enable FWRT_DEVEL to deselect some of the
non-essential packages (e.g. I don't need WLAN on the box I'm using
exclusively to test the mySQL dæmon right now).

Or is there a better way to do it?

Making two entries, one with select, one without, and "default y if
FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM", but we can't have two
symbols named FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM, and if I name
it differently, other parts won't work.

Ideas?

TIA
//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt
_______________________________________________
freewrt-developers mailing list
[email protected]
https://www.freewrt.org/lists/listinfo/freewrt-developers

Reply via email to