-ifeq ($(CONFIG_LINUX_2_6),y)
- define Build/Compile/linux26
- $(MAKE) -C $(LINUX_DIR) \
- PATH="$(TARGET_PATH)" \
- KVER="$(LINUX_VERSION)" \
- KERNELRELEASE="$(LINUX_VERSION)" \
- KSRC="$(LINUX_DIR)" \
- SUBDIRS="$(PKG_BUILD_DIR)" \
- KERNEL_DIR="$(KERNEL_DIR)" \
- ARCH="$(LINUX_KARCH)" \
- CROSS_COMPILE="$(TARGET_CROSS)" \
- modules
- endef
+define KernelPackage/video-quickcam/description
+ Kernel support for Logitech's QuickCam Express webcam and other webcams
+ with similar chipsets.
+endef
+
+ifeq ($(KERNEL),2.4)
+ ifeq ($(LINUX_KARCH),i386)
+ KERNEL_C_OPTS:= -Os -mpreferred-stack-boundary=2 -march=i486 -fno-unit-at-a-time
+ endif
+ ifeq ($(LINUX_KARCH),mips)
+ KERNEL_C_OPTS:= -Os -G 0 -mlong-calls -mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap
+ endif