Skip to content

netxms/openwrt-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 

Repository files navigation

OpenWrt feed for NetXMS

How to use it:

  1. Clone OpenWrt tree from https://git.openwrt.org/openwrt/openwrt.git (or use snapshot, etc.)
  2. Copy default feeds.conf: cp feeds.conf.default feeds.conf
  3. Add src-git netxms https://github.com/netxms/openwrt-feed.git to feeds.conf
  4. Update and install default feeds: ./scripts/feeds update -a && ./scripts/feeds install -a
  5. make menuconfig, then:
    1. Configure image (platform, desired libc, etc.)
    2. Select agent package in Administration -> NetXMS. Packages have three markings:
      • <*> - package will be compiled and added to the firmware image
      • <M> - package will be compiled but will not be added to the firmware image
      • < > - package will not be compiled and will not be added to the firmware image
  6. Build toolchain, then package itself:
    1. make tools/install -j$(nproc)
    2. make toolchain/install -j$(nproc)
    3. make package/netxms/compile -j$(nproc)

Packages will be in bin/packages/platform-name/netxms/

Alternatively you can build whole image with make -j$(nproc). Image will be in bin/targets/platform-name/subtarget-name