1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 00:10:14 +03:00
Commit Graph

42 Commits

Author SHA1 Message Date
ejka
407b204ecd ar7-2.4 cleanup
- Switch to generic init scripts (/sbin/mount_root, /bin/firstboot, 
   /etc/preinit), failsafe part moved to /etc/preinit.arch.
   This should fix #1449 with an added benefit of using mini_fo.
 - Switch to generic /etc/config/network.
 - ar7 flashmap: change "OpenWrt" to "rootfs_data", move ar7_mtd_cleanup
   out of .exit.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6604 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-18 14:18:56 +00:00
pavlov
9bc5d8548f split out profile definitions from Makefiles
structure is as follows:
target/linux/<arch>/profiles/<profilename>.mk

These files are included by a blob match in the target Makefile

The files should be labeled based on their profile Name in the definition



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6468 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-02 23:02:38 +00:00
pavlov
f5ab57b335 commit profile support for base-files... patches still need to be done
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6465 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-03-02 18:17:40 +00:00
nbd
9638a3c6a3 add missing config files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6338 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 03:44:37 +00:00
nbd
c87668dc4f Reorganize kernel configs - target/linux/*/config is now a directory.
./config/default will replace the old config and config-diff (format is like 
config-diff, the full kernel config is no longer kept in the build system)
This commit removes all the kernel config stuff, the next one will add
the replacement - there's no way to do this atomically with svn.



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-22 03:44:15 +00:00
nbd
b89ba4c713 port [6229] to kamikaze
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6275 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-02-08 01:25:18 +00:00
nbd
ee317dc932 add ar7 sErCoMm image fix (patch by Bernardo Innocenti)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6197 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-01-25 10:39:02 +00:00
nbd
f4d24919d4 store the default kernel version for our ports in a single place (target makefiles can still override it if necessary)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5899 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-25 09:12:57 +00:00
nbd
11fb48ad8c fix size of config partition on ar7 (#902)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5873 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-12-20 05:00:16 +00:00
mbm
9e0a57b449 move target/image/platform to target/linux/platform/image
platform directories are now self contained


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-28 20:14:41 +00:00
nbd
e29da0f423 upgrade to linux 2.4.33.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5634 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-24 00:56:51 +00:00
nbd
356535ffd7 move platform specific base-files into target/linux/<targetname>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-22 23:27:29 +00:00
nbd
2c38903c12 autodetect atm, pci, usb, pcmcia features from kernel config file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-19 20:30:11 +00:00
nbd
74a5d18a1f reorganize nat helper packages, move ftp and irc nat to a package that is enabled by default, for security reasons - see #917 for more information
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-19 01:03:47 +00:00
nbd
4e778f2d1d add mini_fo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5541 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-17 02:50:09 +00:00
nbd
e34a6e1803 reorder variables
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5513 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12 05:09:56 +00:00
nbd
5be70dfb57 implement target profiles in menuconfig
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5512 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-12 05:06:56 +00:00
nbd
e158d8b6a7 make target/linux/* directories self-contained, use the selected kernel version for the toolchain, autogenerate menuconfig and makefile code for target selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-11 23:11:02 +00:00
nbd
043ac6c8ed cleanup/rewrite of the kernel build process
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5226 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-19 06:20:55 +00:00
nbd
87a3aa153c remove bluetooth from ar7 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-19 05:21:18 +00:00
nbd
da0444cb98 cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5224 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-19 05:01:04 +00:00
nbd
995e60243c remove some old junk
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5190 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 16:27:22 +00:00
nbd
894eedd014 move sched_use_tsc patch to generic-2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5187 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 15:05:49 +00:00
nbd
7cc1fcadc9 move the ar7 network driver into a separate package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5186 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 15:03:52 +00:00
nbd
26bee8c09f move the ar7 adsl driver into a separate package directory with external build and source download
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5185 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 14:47:54 +00:00
nbd
4253336296 add fix from #763
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 02:00:03 +00:00
nbd
0ed84076dd some kernel module cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-10-17 01:47:12 +00:00
nbd
bcd02c4560 change cpmac to use the internal phy by default (#596)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-25 15:57:30 +00:00
mbm
65aeed311c fix a few directories missed in [4176]'s source -> download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-07-21 17:00:14 +00:00
mbm
02cdebbb91 credit where credit is due
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-27 00:35:46 +00:00
nbd
0b0afa4d81 add INCLUDE_DIR variable for $(TOPDIR)/include
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:32:39 +00:00
nbd
859e8f7f7d build system cleanup. move shared include files into $(TOPDIR)/include, move lzma, mkfs.* into toolchain/
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-21 02:16:37 +00:00
nbd
97f419b809 add target/download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-06-20 23:56:49 +00:00
nbd
06265758be cleanup; replace .PHONY with FORCE; disable gdb by default
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-31 23:29:05 +00:00
mbm
02eae88c35 fix BR2_ and CONFIG_ issues
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-12 19:08:03 +00:00
nbd
dd2b3f1c12 remove old trace/verbose junk
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3755 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-05-10 20:32:22 +00:00
nbd
1a9970619d update ar7 flash map for squashfs 3.0
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3446 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-22 09:37:28 +00:00
florian
857f03cfd6 Removed SIP connection tracking helper, licence unclear, unresolved symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-03-01 06:37:25 +00:00
florian
ea936b3b9c Added support for ppp filtering, as userland pppd can now support filtering
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3151 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-05 20:41:01 +00:00
mbm
82daa5e9c0 change cp to $(CP)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3112 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-02-01 23:53:19 +00:00
nbd
560f185722 add missing Config.in for ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-10 19:44:32 +00:00
nbd
dab3ca1324 large target/linux cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-01-10 19:43:00 +00:00