Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions builder/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ WORKDIR /home/buildbot
ARG OWRT_VERSION
RUN git clone --branch "${OWRT_VERSION}" https://github.com/openwrt/openwrt.git
WORKDIR /home/buildbot/openwrt
RUN sed -i '/telephony/d' feeds.conf.default \
&& sed -i '/routing/d' feeds.conf.default \
RUN sed -i '/routing/d' feeds.conf.default \
&& sed -i '/video/d' feeds.conf.default
RUN ./scripts/feeds update -a
COPY --chmod=777 builder/apply-patches.sh /usr/local/bin/apply-patches
Expand Down
4 changes: 4 additions & 0 deletions config/sngrep.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CONFIG_PACKAGE_sngrep=m
CONFIG_SNGREP_ENABLE_EEP=y
CONFIG_SNGREP_WITH_PCRE=y
CONFIG_SNGREP_WITH_ZLIB=y
Loading