source: freewrt/target/linux/aruba-2.6/Makefile@ a3abab6

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 
1include $(TOPDIR)/rules.mk
2
3LINUX_VERSION:=2.6.16.7
4LINUX_RELEASE:=1
5LINUX_KERNEL_MD5SUM:=9682b2bd6e02f3087982d7c3f5ba824e
6
7include ../rules.mk
8include ./config
9
10include ../generic-$(KERNEL)/modules.mk
11include ../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)
17ifeq ($(FWRT_ARUBA_RAMDISK),y)
18 @$(CP) config-ramdisk $(LINUX_DIR)/.config
19else
20 @$(CP) config $(LINUX_DIR)/.config
21endif
22 touch $@
23
Note: See TracBrowser for help on using the repository browser.