Changeset 3194

Show
Ignore:
Timestamp:
07/10/07 18:46:32 (1 year ago)
Author:
tg
Message:

move that stuff to a more sensible place, ok wbx@

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/broadcom-nvram/Config.in

    r2693 r3194  
    1111        default y if FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM 
    1212        default n 
    13         depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 
    14                 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 
    15                 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 
    16                 FWRT_LINUX_2_6_BRCM_ASUS_WL500G_PREMIUM || \ 
    17                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G || \ 
    18                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS || \ 
    19                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 
    20                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 
     13        depends on FWRT_LINUX_2_4_BRCM 
    2114        help 
    2215          control utility for broadcom's 'nvram' config area 
  • trunk/freewrt/package/broadcom-nvram/Makefile

    r1691 r3194  
    1818BUILD_STYLE=            auto 
    1919XAKE_FLAGS+=            ${TARGET_CONFIGURE_OPTS} 
    20 TCPPFLAGS+=             -I${TOPDIR}/package/base-files/include 
     20TCPPFLAGS+=             -I${TOPDIR}/target/linux/brcm-2.4/include 
    2121 
    2222do-install: 
  • trunk/freewrt/package/wlcompat/Config.in

    r1956 r3194  
    1010        default y if FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 
    1111        default n 
    12         depends on FWRT_LINUX_2_4_BRCM_ASUS_WL500G || \ 
    13                 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_DELUXE || \ 
    14                 FWRT_LINUX_2_4_BRCM_ASUS_WL500G_PREMIUM || \ 
    15                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G || \ 
    16                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS || \ 
    17                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54GS_4 || \ 
    18                 FWRT_LINUX_2_4_BRCM_LINKSYS_WRT54G3G 
     12        depends on FWRT_LINUX_2_4_BRCM 
    1913        help 
    2014          A wrapper module, that provides Wireless Extension support for the 
  • trunk/freewrt/package/wlcompat/Makefile

    r1686 r3194  
    1818$(eval $(call PKG_template,KMOD_WLCOMPAT,${PKG_NAME},${KERNEL_VERSION}-${BOARD}-${PKG_VERSION}-${PKG_RELEASE},${ARCH},kernel {${KERNEL_VERSION}-${BOARD}-${KERNEL_RELEASE}})) 
    1919 
    20 WLCOMPAT_FLAGS:=${TARGET_CFLAGS} -I${TOPDIR}/package/base-files/include -D__KERNEL__ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \ 
     20WLCOMPAT_FLAGS:=${TARGET_CFLAGS} -I${TOPDIR}/target/linux/brcm-2.4/include -D__KERNEL__ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \ 
    2121                -mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 \ 
    2222                -Wa,-mips32 -Wa,--trap -DMODULE -mlong-calls -fno-common -I. -I linux-2.4 -funsigned-char -nostdinc \