freewrt_1_0
freewrt_2_0
|
Last change
on this file since a3abab6 was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago |
|
as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_
tested with a standard build (only the squashfs
image since the jffs2 didn't get built)
git-svn-id: svn://www.freewrt.org/trunk/freewrt@360 afb5a338-a214-0410-bd46-81f09a774fd1
|
-
Property mode
set to
100644
|
|
File size:
576 bytes
|
| Line | |
|---|
| 1 | include $(TOPDIR)/rules.mk
|
|---|
| 2 |
|
|---|
| 3 | LINUX_VERSION:=2.6.16.7
|
|---|
| 4 | LINUX_RELEASE:=1
|
|---|
| 5 | LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e
|
|---|
| 6 |
|
|---|
| 7 | include ../rules.mk
|
|---|
| 8 | include ./config
|
|---|
| 9 |
|
|---|
| 10 | include ../generic-$(KERNEL)/modules.mk
|
|---|
| 11 | include ../kernel.mk
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
|
|---|
| 15 | [ -d ../generic-$(KERNEL)/patches ] && $(PATCH) $(LINUX_DIR) ../generic-$(KERNEL)/patches $(MAKE_TRACE)
|
|---|
| 16 | [ -d ./patches ] && $(PATCH) $(LINUX_DIR) ./patches $(MAKE_TRACE)
|
|---|
| 17 | ifeq ($(FWRT_ARUBA_RAMDISK),y)
|
|---|
| 18 | @$(CP) config-ramdisk $(LINUX_DIR)/.config
|
|---|
| 19 | else
|
|---|
| 20 | @$(CP) config $(LINUX_DIR)/.config
|
|---|
| 21 | endif
|
|---|
| 22 | touch $@
|
|---|
| 23 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.