Parcourir la source

Toto, we don't support Linux 2.4 anymore..

SVN-Revision: 23245
Imre Kaloz il y a 15 ans
Parent
commit
7fa8ba095b
3 fichiers modifiés avec 1 ajouts et 9 suppressions
  1. 0 5
      package/broadcom-diag/src/diag.h
  2. 0 3
      target/Config.in
  3. 1 1
      tools/Makefile

+ 0 - 5
package/broadcom-diag/src/diag.h

@@ -95,13 +95,8 @@ static struct platform_t platform;
 static void register_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 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 */
 

+ 0 - 3
target/Config.in

@@ -2,9 +2,6 @@ source "tmp/.config-target.in"
 
 # Kernel/Hardware features
 
-config LINUX_2_4
-	bool
-
 config LINUX_2_6
 	bool
 

+ 1 - 1
tools/Makefile

@@ -19,7 +19,7 @@ tools-y += sstrip ipkg-utils genext2fs libuuid mtd-utils mkimage
 tools-y += firmware-utils patch-cmdline quilt yaffs2
 tools-$(CONFIG_TARGET_orion) += wrt350nv2-builder upslug2
 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
 else
 tools-y += squashfs4 lzma