Skip to content

Custom OpenWrt package feed

License

Notifications You must be signed in to change notification settings

luainkernel/openwrt_feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenWrt package feed for luainkernel

The feed is comprised by the following packages:

  • lunatik
  • lua5.4 (as a dependency)

Note

This feed has been tested only on OpenWrt 23.05.5.

Feed configuration

In order to use this feed into an OpenWrt build, simply add the following line to your feeds.conf.default:

src-git luainkernel https://github.com/marcelstanley/openwrt_feed.git^<commit-hash>

Important

Make sure to set the <commit-hash> that corresponds to the lunatik release you'd like to use, which is defined at the package Makefile.

After that, update and install the feed:

./scripts/feeds update luainkernel
./scripts/feeds install -a -p luainkernel

Note

Refer to OpenWrt Feeds for more information.

Build

Configure buildroot

Setup the target platform configuration as usual but make sure to select kmod-lunatik under the following path:

Kernel modules --->
    Other modules  --->
        <*> kmod-lunatik

Important

Each platform may require some extra configuration. Some sample configuration may be found under ./config.

Build the image

time make -j$(nproc) V=s

Important

For build on WSL, make sure to follow Build system setup WSL.

About

Custom OpenWrt package feed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%