Skip to content

Commit

Permalink
QuickTrack R2.2 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kntseng committed Jun 7, 2023
1 parent 1225729 commit a6bb580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TYPE = laptop
# Role is dut or platform
ROLE = dut
# Package Version
VERSION = "2.1.0.42"
VERSION = "2.2.0.46"

OBJS = main.o eloop.o indigo_api.o indigo_packet.o utils.o wpa_ctrl.o
CFLAGS += -g
Expand Down
2 changes: 1 addition & 1 deletion build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ create_control() {
echo "Package: ${package_name}" >"$control_file"
echo "Version: ${version}-${revision}" >>"$control_file"
echo "Architecture: all" >>"$control_file"
echo "Depends: build-essential, arping, isc-dhcp-server" >>"$control_file"
echo "Depends: build-essential, arping, isc-dhcp-server, iw" >>"$control_file"
echo "Essential: no" >>"$control_file"
echo "Conflicts: wfa-indigo-controlappc" >>"$control_file"
echo "Priority: optional" >>"$control_file"
Expand Down

0 comments on commit a6bb580

Please sign in to comment.