This repository was archived by the owner on Dec 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
mysmartgrid/OpenWRT_SDK
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
HowTo Build the OpenWRT SDK environement
mkdir build_dir
cd build_dir
cmake <Source-Dir>
HowTo Use the OpenWRT SDK environement
mkdir build_dir
cd build_dir
cmake -DCMAKE_TOOLCHAIN_FILE=Toolchain-OpenWRT.cmake \
-DOPENWRT_HOME=/usr/local/OpenWrt-SDK-ar71xx-for-Linux-x86_64-gcc-4.3.3+cs_uClibc-0.9.30.1 \
<Source-directory>
cpack -G DEB
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published