mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
Toto, we don't support Linux 2.4 anymore..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23245 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4394096a92
commit
b280ad29c7
@ -95,13 +95,8 @@ static struct platform_t platform;
|
|||||||
static void register_buttons(struct button_t *b);
|
static void register_buttons(struct button_t *b);
|
||||||
static void unregister_buttons(struct button_t *b);
|
static void unregister_buttons(struct button_t *b);
|
||||||
|
|
||||||
#ifndef LINUX_2_4
|
|
||||||
static void hotplug_button(struct work_struct *work);
|
static void hotplug_button(struct work_struct *work);
|
||||||
static irqreturn_t button_handler(int irq, void *dev_id);
|
static irqreturn_t button_handler(int irq, void *dev_id);
|
||||||
#else
|
|
||||||
static void hotplug_button(struct event_t *event);
|
|
||||||
static irqreturn_t button_handler(int irq, void *dev_id, struct pt_regs *regs);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* leds */
|
/* leds */
|
||||||
|
|
||||||
|
@ -2,9 +2,6 @@ source "tmp/.config-target.in"
|
|||||||
|
|
||||||
# Kernel/Hardware features
|
# Kernel/Hardware features
|
||||||
|
|
||||||
config LINUX_2_4
|
|
||||||
bool
|
|
||||||
|
|
||||||
config LINUX_2_6
|
config LINUX_2_6
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage
|
|||||||
tools-y += firmware-utils patch-cmdline quilt yaffs2
|
tools-y += firmware-utils patch-cmdline quilt yaffs2
|
||||||
tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2
|
tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2
|
||||||
tools-$(CONFIG_TARGET_x86) += qemu
|
tools-$(CONFIG_TARGET_x86) += qemu
|
||||||
ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),)
|
ifneq ($(CONFIG_LINUX_2_6_25)$(CONFIG_TARGET_ar71xx),)
|
||||||
tools-y += squashfs lzma-old
|
tools-y += squashfs lzma-old
|
||||||
else
|
else
|
||||||
tools-y += squashfs4 lzma
|
tools-y += squashfs4 lzma
|
||||||
|
Loading…
Reference in New Issue
Block a user