일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- WebAuthn
- 2FA
- 앨범북
- Android
- otpkey
- SSH
- FIDO2
- SSL
- 앱스토어
- MSYS2
- 애플
- albumbook
- css
- Nodejs
- kmip
- MYSQL
- SWIFT
- MFA
- git
- 앱리소스
- apple
- 안드로이드
- openssl
- OSX
- fido
- 인증
- OTP
- SwiftUI
- appres
- Xcode
Archives
- Today
- Total
목록개발 플랫폼 및 언어/OpenWRT (1)
인디노트
Ubuntu VM 에 OpenWRT 컴파일 해 보기
sudo apt install build-essential clang flex bison g++ gawk \ gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \ python3-distutils rsync unzip zlib1g-dev file wget # Download and update the sources git clone https://git.openwrt.org/openwrt/openwrt.git cd openwrt git pull # Select a specific code revision git branch -a git tag git checkout v23.05.0 # Update the feeds ./scripts/feeds..
개발 플랫폼 및 언어/OpenWRT
2024. 3. 18. 08:29