These are my OpenWrt packages. I use them with Onion Omega2 Pro device.
Categories:
- named-data: Named Data Networking software
- onion: packages specifically for Onion Omega2 Pro device
-
Install OpenWrt build system, branch
openwrt-15.05.1. While downloading/cloning the source code, use the openwrt-15.05.1 -
Create
feeds.confin OpenWrt directory, and paste the following:src-git yoursunny https://github.com/Proyash56952/openwrt-packagesAlternatively, if this repository has been cloned locally, use something like:
src-link yoursunny /path/to/yoursunny/OpenWrt-packagesThis enables OpenWrt build system to find my packages.
-
Update feeds and enable my packages:
./scripts/feeds update -a ./scripts/feeds install -a -p yoursunnyIf I have published or updated a package, you'll need to repeat this step to pull my changes.
-
Have a look at the README in category or package directory, which may contain additional instructions.
-
Select packages to compile:
make menuconfigFirst choose the correct target system according to your device. Then, find the package you need in the menu, and press
Mkey to mark<M>for compiling as a.ipkmodule. -
Compile a package:
make V=sc package/PKGNAME/compileSubstitute
PKGNAMEwith a package name in this repository.If successful, the result should be in
bin/packages/ARCH/yoursunny/*.ipk. -
Copy
.ipkfiles to the device, and install them with opkg.