Changeset 3794
- Timestamp:
- 09/08/08 11:21:18 (3 months ago)
- Files:
-
- branches/freewrt_1_0/mk/targets.mk (modified) (1 diff)
- branches/freewrt_1_0/target/linux/brcm-2.4/Makefile (modified) (1 diff)
- branches/freewrt_1_0/target/linux/brcm-2.4/files/etc/network/interfaces (modified) (3 diffs)
- branches/freewrt_1_0/toolchain/kernel-headers/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/freewrt_1_0/mk/targets.mk
r3765 r3794 37 37 # set kernel version 38 38 ifeq ($(KERNEL),2.4) 39 KERNEL_VERSION=2.4.36. 639 KERNEL_VERSION=2.4.36.7 40 40 KERNEL_RELEASE=1 41 41 KERNEL_MOD_SUFFIX=o branches/freewrt_1_0/target/linux/brcm-2.4/Makefile
r3765 r3794 7 7 include $(TOPDIR)/rules.mk 8 8 9 LINUX_VERSION:=2.4.36. 69 LINUX_VERSION:=2.4.36.7 10 10 LINUX_RELEASE:=1 11 LINUX_KERNEL_MD5SUM:= 69530947c7012ee45715b43f2b3381a111 LINUX_KERNEL_MD5SUM:=3b8f61fec029eb0c61fa4c896e1b5a68 12 12 13 13 KERNEL:=unknown branches/freewrt_1_0/target/linux/brcm-2.4/files/etc/network/interfaces
r3789 r3794 13 13 broadcast + 14 14 switch-ports @FWRT_LAN_SWITCH@ 15 16 15 17 16 # WAN port … … 62 61 # umts-mode umts_first 63 62 # Optinal Watchdog config (possible for other interfaces too) 64 # # this starts a watchdog script that checks if ppp0 is "UP" 63 # # this starts a watchdog script that checks if ppp0 is "UP" 65 64 # watchdog on 66 65 # # this is optional and if set the watchdog pings this IP regularly … … 154 153 # # must be 8..63 bytes 155 154 # wireless-wds-wpa-key key4wdsxxxxx 156 branches/freewrt_1_0/toolchain/kernel-headers/Makefile
r3765 r3794 4 4 # linux kernel headers for toolchain 5 5 6 LINUX_HEADERS_VERSION=2.4.36. 67 LINUX_KERNEL_MD5SUM:= 69530947c7012ee45715b43f2b3381a16 LINUX_HEADERS_VERSION=2.4.36.7 7 LINUX_KERNEL_MD5SUM:=3b8f61fec029eb0c61fa4c896e1b5a68 8 8 LINUX_HEADERS_SITE= \ 9 9 http://www.de.kernel.org/pub/linux/kernel/v2.4 \


