Changeset 391ebba in freewrt


Ignore:
Timestamp:
Nov 4, 2006, 5:39:31 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
475e92a
Parents:
7704b18
Message:

remove debug version, fix dependency

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1050 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
package/wlcompat
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • package/wlcompat/Makefile

    r7704b18 r391ebba  
    1818
    1919$(eval $(call PKG_template,KMOD_WLCOMPAT,$(PKG_NAME),$(KERNEL_VERSION)-$(BOARD)-$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel ($(KERNEL_VERSION)-$(BOARD)-$(KERNEL_RELEASE))))
    20 $(eval $(call PKG_template,KMOD_WLCOMPAT_DEBUG,$(PKG_NAME)-debug,$(KERNEL_VERSION)-$(BOARD)-$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel ($(KERNEL_VERSION)-$(BOARD)-$(KERNEL_RELEASE))))
    2120
    2221WLCOMPAT_FLAGS:=$(TARGET_CFLAGS) -D__KERNEL__ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \
     
    3534        $(TARGET_CC) $(WLCOMPAT_FLAGS) -o $@ wlcompat.c
    3635
    37 $(WRKBUILD)/wlcompat-debug.o: $(WRKBUILD)/.prepared
    38         $(TARGET_CC) -DDEBUG $(WLCOMPAT_FLAGS) -o $@ wlcompat.c
    39 
    4036$(IPKG_KMOD_WLCOMPAT): $(WRKBUILD)/wlcompat.o
    4137        $(INSTALL_DIR) $(IDIR_KMOD_WLCOMPAT)/etc/modules.d
     
    4642                $(IDIR_KMOD_WLCOMPAT)/lib/modules/$(KERNEL_VERSION)/
    4743        $(IPKG_BUILD) $(IDIR_KMOD_WLCOMPAT) $(PACKAGE_DIR)
    48 
    49 $(IPKG_KMOD_WLCOMPAT_DEBUG): $(WRKBUILD)/wlcompat-debug.o
    50         $(INSTALL_DIR) $(IDIR_KMOD_WLCOMPAT_DEBUG)/lib/modules/$(KERNEL_VERSION)
    51         $(INSTALL_DATA) $(WRKBUILD)/wlcompat-debug.o \
    52                 $(IDIR_KMOD_WLCOMPAT_DEBUG)/lib/modules/$(KERNEL_VERSION)/
    53         $(IPKG_BUILD) $(IDIR_KMOD_WLCOMPAT_DEBUG) $(PACKAGE_DIR)
  • package/wlcompat/ipkg/kmod-wlcompat.control

    r7704b18 r391ebba  
    22Priority: optional
    33Section: sys
    4 Depends: kmod-brcm-wl
     4Depends: kmod-broadcom-wl
    55Description: Compatibility module for using the Wireless Extension with broadcom's wl
Note: See TracChangeset for help on using the changeset viewer.