Skip to content

luainkernel/openwrt_feed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 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, add the following line to your feeds.conf.default:

src-git luainkernel https://github.com/luainkernel/openwrt_feed.git;openwrt-23.05

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 instructions

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 an image for the target platform

In order to build an image, execute:

make -j$(nproc)

Important

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

Compile Lunatik

Once a full image build is complete, Lunatik may be recompiled by executing the following command:

make package/feeds/luainkernel/lunatik/compile

About

Custom OpenWrt package feed

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%