Changeset 391ebba in freewrt
- Timestamp:
- Nov 4, 2006, 5:39:31 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 475e92a
- Parents:
- 7704b18
- Location:
- package/wlcompat
- Files:
-
- 1 deleted
- 2 edited
-
Makefile (modified) (3 diffs)
-
ipkg/kmod-wlcompat-debug.control (deleted)
-
ipkg/kmod-wlcompat.control (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
package/wlcompat/Makefile
r7704b18 r391ebba 18 18 19 19 $(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))))21 20 22 21 WLCOMPAT_FLAGS:=$(TARGET_CFLAGS) -D__KERNEL__ -fno-strict-aliasing -fno-common -fomit-frame-pointer -G 0 \ … … 35 34 $(TARGET_CC) $(WLCOMPAT_FLAGS) -o $@ wlcompat.c 36 35 37 $(WRKBUILD)/wlcompat-debug.o: $(WRKBUILD)/.prepared38 $(TARGET_CC) -DDEBUG $(WLCOMPAT_FLAGS) -o $@ wlcompat.c39 40 36 $(IPKG_KMOD_WLCOMPAT): $(WRKBUILD)/wlcompat.o 41 37 $(INSTALL_DIR) $(IDIR_KMOD_WLCOMPAT)/etc/modules.d … … 46 42 $(IDIR_KMOD_WLCOMPAT)/lib/modules/$(KERNEL_VERSION)/ 47 43 $(IPKG_BUILD) $(IDIR_KMOD_WLCOMPAT) $(PACKAGE_DIR) 48 49 $(IPKG_KMOD_WLCOMPAT_DEBUG): $(WRKBUILD)/wlcompat-debug.o50 $(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 2 2 Priority: optional 3 3 Section: sys 4 Depends: kmod-br cm-wl4 Depends: kmod-broadcom-wl 5 5 Description: Compatibility module for using the Wireless Extension with broadcom's wl
Note:
See TracChangeset
for help on using the changeset viewer.
