aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/linux-2.4/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* some additions to the ar7 system code, added cpmac network driverFelix Fietkau2005-07-091-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add acm usb modem modulWaldemar Brodkorb2005-07-071-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ar7 config dependencies in linux-2.4 directoryFelix Fietkau2005-07-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* change kernel package name to kernel-VERSION-BOARD to work around ipkg bugFelix Fietkau2005-07-041-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add incomplete ar7 hardware support (disabled by default)Felix Fietkau2005-06-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* /sourcesWaldemar Brodkorb2005-06-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1216 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the kernel compile process more genericFelix Fietkau2005-06-111-5/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1209 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the kernel compile process more genericFelix Fietkau2005-06-111-12/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1208 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the kernel compile process more genericFelix Fietkau2005-06-111-6/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1207 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup in target/Felix Fietkau2005-06-111-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1205 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add board tag to kernel module version and add versioned depend (does not ↵Felix Fietkau2005-06-111-10/+12
| | | | | | work with current ipkg yet) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add kernel package with version-specific /etc/modulesFelix Fietkau2005-06-111-2/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1195 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix kmod-iptables and kmod-ip6tables buildNicolas Thill2005-06-101-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix linux kernel buildFelix Fietkau2005-06-051-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1157 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add rebuild target for the linux directoryFelix Fietkau2005-06-051-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add even more workarounds for bcm4710, remove -fno-delayed-branch from ↵Felix Fietkau2005-06-011-2/+2
| | | | | | kernel cflags -- not needed anymore git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1132 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split kernel patches into board dependend and genericFelix Fietkau2005-05-301-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add some options to the lzma kernel compressor for smaller sizeFelix Fietkau2005-05-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* some cosmetic fixesFelix Fietkau2005-05-291-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wlcompat buildFelix Fietkau2005-05-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package/linux into target/linux, use wbx' new kernel code. support ↵Felix Fietkau2005-05-281-0/+228
building images with more than one kernel, split kernel module parts off of packages that use their own kernel modules (fuse, shfs, openswan). some cleanup in the image building process in target/. image builder is disabled for now, needs some fixing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1085 3c298f89-4303-0410-b956-a3cf2f4a3e73