Changeset 8ff35c8 in freewrt for mk


Ignore:
Timestamp:
Jun 28, 2007, 1:12:35 PM (18 years ago)
Author:
Christian Gmeiner <austriancoder@…>
Children:
46306f3
Parents:
d3acc4b
Message:

make allmodconfig && make does not get stopped by non existing kernel modules

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2983 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mk/modules.mk

    rd3acc4b r8ff35c8  
    163163# actions
    164164#
     165ifeq ($(KERNEL),2.6)
    165166$(eval $(call KMOD_template,NET_ACT_POLICE,net-act-police,\
    166167        $(MODULES_DIR)/kernel/net/sched/act_police \
    167168,45))
     169endif
    168170
    169171$(eval $(call KMOD_template,NET_ACT_GACT,net-act-gact,\
     
    767769,70))
    768770
     771ifeq ($(KERNEL),2.6)
    769772$(eval $(call KMOD_template,$(BLUETOOTH_PREFIX)_HCIUSB,bluetooth-hci-usb,\
    770773        $(MODULES_DIR)/kernel/drivers/bluetooth/hci_usb \
    771774,75))
     775endif
    772776
    773777$(eval $(call KMOD_template,$(BLUETOOTH_PREFIX)_HCIUART,bluetooth-hci-uart,\
Note: See TracChangeset for help on using the changeset viewer.