Opened 12 years ago
Closed 12 years ago
#66 closed documentation (fixed)
recompile kernel
Reported by: | anonRSpro | Owned by: | stappers |
---|---|---|---|
Priority: | minor | Milestone: | milestone: |
Component: | debian/rootfs | Version: | 2.0 |
Severity: | Keywords: | ||
Cc: |
Description (last modified by stappers)
I need to recompile the debwrt kernel.
I've download the sources and the kernel tool.
Where is located the debwrt kernel? The boot folder is empty.
Is there some other attention (out of standard Debian recompile procedure) to put in the procedure?
Thanks
Attachments (0)
Change History (6)
comment:1 Changed 12 years ago by stappers
- Owner changed from amain to stappers
- Status changed from new to accepted
comment:2 Changed 12 years ago by stappers
A start for INSTALL
Welcome You managed to download the source, next steps are make menuconfig make Now you have a kernel and a rootfs Copy the root filesystem to a disk Flash the kernel in the debwrt device Attach the disk to the debwrt device Powercycle the debwrt device Enjoy P.S. At http://www.debwrt.net is more information
comment:3 Changed 12 years ago by stappers
- Description modified (diff)
- Reporter changed from anonymous to anonRSpro
- Status changed from accepted to assigned
- Type changed from defect to documentation
comment:4 Changed 12 years ago by stappers
INSTALL file committed to staging SVN
comment:5 Changed 12 years ago by E.D.Grootjans <e.d.grootjans@…>
If you have fixed to have a build enviroment, you can build a kernel by doing the following:
you go to your build enviroment, probally a directory called ~/src/trunk
and then:
make menuconfig
make openwrt/menuconfig
make openwrt/all V=99
see also next link:
http://www.debwrt.net/trac/wiki/DebWrtSvn
comment:6 Changed 12 years ago by stappers
- Resolution set to fixed
- Status changed from assigned to closed
Patch is the public SVN, closing ticket.
The source of debwrt indeed misses an INSTALL file in the top level directory.